-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(core): remove hardcoded style from ngx for toolbar component #6396
Conversation
✔️ Deploy Preview for fundamental-ngx ready! 🔨 Explore the source changes: b397803 🔍 Inspect the deploy log: https://app.netlify.com/sites/fundamental-ngx/deploys/612e53e8d428440007651f2f 😎 Browse the preview: https://deploy-preview-6396--fundamental-ngx.netlify.app |
This pull request fixes 2 alerts when merging 0ae4bfa into 52d8f88 - view on LGTM.com fixed alerts:
|
This pull request is stale because it has been open 2 days with no activity. Remove stale label or comment or this will be closed in 3 days |
libs/core/src/lib/toolbar/toolbar-overflow-button-menu.directive.ts
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please fix @Smiranin comments
This pull request fixes 2 alerts when merging 68dd280 into fe8a11f - view on LGTM.com fixed alerts:
|
This pull request fixes 2 alerts when merging a76dd60 into bac63c1 - view on LGTM.com fixed alerts:
|
This pull request fixes 2 alerts when merging 259828e into c0a1e58 - view on LGTM.com fixed alerts:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The Breaking changes examples serve no purpose to the user. They don't need screenshots of how the component looked before and now, they need code examples of what was changes so they can modify their code as fast/easily as possible.
apps/docs/src/app/core/component-docs/toolbar/examples/toolbar-overflow-example.component.html
Outdated
Show resolved
Hide resolved
apps/docs/src/app/core/component-docs/toolbar/examples/toolbar-overflow-example.component.html
Outdated
Show resolved
Hide resolved
apps/docs/src/app/core/component-docs/toolbar/toolbar-docs.component.html
Outdated
Show resolved
Hide resolved
Updated breaking changes. |
This pull request fixes 2 alerts when merging 6f68c0f into c0a1e58 - view on LGTM.com fixed alerts:
|
This pull request fixes 2 alerts when merging 19fca8e into c0a1e58 - view on LGTM.com fixed alerts:
|
Looks fine |
This pull request fixes 2 alerts when merging b397803 into ad03ec6 - view on LGTM.com fixed alerts:
|
@manu-kr shouldn't we put Breaking Changes in the PR's description? |
|
Please provide a link to the associated issue.
Part of #5025
Please provide a brief summary of this pull request.
Remove style from ngx lib as part of style cleanup for toolbar component.
Breaking Changes:
fd-toolbar-overflow-button
,fd-toolbar-overflow-button-menu
Before
Toolbar overflow button
<button fd-toolbar-item fd-button label="Button" [compact]="true"></button>
After
Toolbar overflow button
<button fd-toolbar-item fd-button fd-toolbar-overflow-button label="Button" [compact]="true"></button>
Before
Toolbar overflow menu button
<button fd-toolbar-item fd-button label="Button" [fdMenu]="true" [compact]="true"></button>
After
Toolbar overflow menu button
<button fd-toolbar-item fd-button fd-toolbar-overflow-button fd-toolbar-overflow-button-menu label="Button" [fdMenu]="true" [compact]="true"></button>
Before
After
Please check whether the PR fulfills the following requirements
https://github.com/SAP/fundamental-ngx/blob/main/CONTRIBUTING.md
https://github.com/SAP/fundamental-ngx/wiki/PR-Review-Checklist
Documentation checklist:
README.md